* {
    padding: 0px;
    margin: 0px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.header {
    width: 100%;
    height: 80px;
    padding: 0px 20px;
    background: url("../img/12345.jpg") 100% 100% no-repeat;
    background-repeat-x: repeat;
    overflow: hidden;
}

.header .wrapper-left {
    float: left;
}

.header .header-logo {
    display: inline-block;
    line-height: 80px;
}

.header .header-logo img {
    width: 60px;
    vertical-align: middle;
}

.header .wrapper-content1 {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin-left: 5px;
    width: 320px;
}

.header .wrapper-content1 .title-top {
    font-size: 12px;
    margin-bottom: 2px;
    text-align-last: justify;
}

.header .wrapper-content1 .title-bottom {
    font-size: 20px;
    font-weight: 700;
    text-align-last: justify;
}

.header .wrapper-center {
    float: left;
    color: #fff;
    margin-left: 30px;
    margin-top: 40px;
}

.header .wrapper-center ul > li {
    list-style: none;
    float: left;
    padding: 2px 14px;
    cursor: pointer;
}

.header .wrapper-center ul > li > a {
    color: #ffffff
}

.header .wrapper-center .li-selected {
    color: #008cff;
    background: #fff;
    border-radius: 4px;
}

.header .wrapper-center .li-selected a {
    color: #008cff;
}

.header .wrapper-right {
    float: right;
    margin-right: 40px;
    padding-top: 42px;
}

.header .wrapper-right .Welcome {
    float: left;
    width: auto;
    padding: 0 10px;
}

.header .wrapper-right a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    width: 84px;
    letter-spacing: 1px;
}

.header .wrapper-right .user-login:after {
    content: "|";
    padding-left: 12px;
}

.header .wrapper-right .user-register {
    margin-left: 8px;
}

.usingHelp {
    width: 70%;
    margin: 20px auto;
}

.usingHelp .con-title {
    font-size: 20px;
    font-weight: bold;
}

.convenienceServices {
    width: 70%;
    margin: 20px auto;
}

.convenienceServices .con-title {
    font-size: 20px;
    font-weight: bold;
}

.convenienceServices .img-all {
    height: 160px;
    margin-top: 20px;
}

.convenienceServices .img-all .img-left {
    float: left;
    width: 48%;
}

.convenienceServices .img-all .img-left .bianmin {
    width: 98%;
}

.convenienceServices .img-all .img-right {
    float: right;
    width: 48%;
}

.convenienceServices .img-all .img-right .bianmin {
    width: 98%;
}

.onlineFiling {
    width: 70%;
    margin: 0 auto;
}

.onlineFiling .on-title {
    font-size: 20px;
    font-weight: bold;
}

.onlineFiling .tab-tit {
    border: none !important;
}

.onlineFiling .layui-this {
    color: #007DDB !important;
}

.onlineFiling .content-all {
    margin-top: 30px;
    text-align: center;
}

.onlineFiling .content-all .imgShow li img {
    width: 100%;
}

.onlineFiling .content-all .hidden {
    display: none;
}

.footer {
    position: relative;
}

.footer img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.mid_tt_warp {
    background: #eff2f7;
    overflow: hidden;
}

.mid_tt {
    width: 1200px;
    margin: 120px auto;
    overflow: hidden;
    position: relative;
}

.mid_tt .fl_40 {
    float: left;
    width: 35%;
}

.mid_tt .user {
    background: #ffffff;
    padding: 35px;
    overflow: hidden;
}

.mid_tt .user .name {
    font-size: 20px;
}

.mid_tt .user .time {
    font-size: 14px;
    color: #008cff;
}

.mid_tt .user img {
    float: left;
}

.mid_tt .user .fl_ww {
    float: left;
    padding: 15px 10px;
}

.mid_tt .new {
    background: #ffffff;
    padding: 15px 35px;
    margin-top: 20px;
    overflow: hidden;
    clear: both;
}

.mid_tt .new .tit .more {
    float: right;
    color: #008cff;
    cursor: pointer;
}

.mid_tt .new ul.content li {
    padding: 10px 0;
}

.mid_tt .new ul.content li a {
    font-size: 12px;
}

.mid_tt .date {
    float: right;
    width: 65%;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.mid_tt .date .inner_d {
    background: #ffffff;
    padding: 35px;
    overflow: hidden;
    height: 100%;
}

.mid_tt .date .inner_d .time_b {
    float: left;
}

.mid_tt .date .inner_d .time_b span {
    float: left;
    border: 1px solid #a2a2a2;
    width: 70px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin-right: -1px;
    cursor: pointer;
}

.mid_tt .date .inner_d .time_b span.cur {
    border: 1px solid #3799ea;
    color: #3799ea;
    position: relative;
}

.mid_tt .date .inner_d .inp {
    float: right;
    font-size: 14px;
    border: 1px solid transparent;
    height: 30px;
    line-height: 30px;
}

.mid_tt .date .inner_d .inp input {
    width: 140px;
    height: 30px;
    box-sizing: border-box;
}

.mid_tt .date .inner_d .inp .bnt {
    float: right;
    height: 30px;
    padding: 0 10px;
    background: #008cff;
    cursor: pointer;
}

.mid_tt .date .inner_d .result_con {
    margin-top: 100px;
}

.mid_tt .date .inner_d .result_con .card {
    float: left;
    width: 23%;
    margin-right: 2%;
    box-sizing: border-box;
    border: 2px solid #00b285;
    border-radius: 3px;
    overflow: hidden;
}

.mid_tt .date .inner_d .result_con .card .top {
    line-height: 33px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #00b285;
}

.mid_tt .date .inner_d .result_con .card .fl_img {
    float: left;
    margin: 25px 0;
}

.mid_tt .date .inner_d .result_con .card .fr_detail .sum {
    margin-top: 10px;
    color: #8d9aac;
}

.mid_tt .date .inner_d .result_con .card .fr_detail .sum span {
    color: #f5493a;
    font-size: 30px;
}

.mid_tt .date .inner_d .result_con .card .fr_detail .sum_d {
    font-size: 12px;
}

.mid_tt .date .inner_d .result_con .card .fr_detail .sum_d .d1 {
    float: left;
    width: 4em;
}

.mid_tt .date .inner_d .result_con .card .fr_detail .sum_d .s {
    float: left;
    color: #f5493a;
    width: 20px;
    text-align: right;
}

.mid_tt .date .inner_d .result_con .card .fr_detail .sum_d .d2 {
    color: #8d9aac;
}

/*# sourceMappingURL=style.css.map */
